Holds information about the configuration of rendering. More...
Public Member Functions | |
RenderDescriptor () | |
~RenderDescriptor () | |
int | getValue (RENDER_PROPS prop) |
void | setValue (RENDER_PROPS prop, int value) |
const char * | getAsString () |
Holds information about the configuration of rendering.
The configuration API is quite young and holds only basic situations.
nkGraphics::RenderDescriptor::RenderDescriptor | ( | ) |
Constructor.
nkGraphics::RenderDescriptor::~RenderDescriptor | ( | ) |
Destructor.
int nkGraphics::RenderDescriptor::getValue | ( | RENDER_PROPS | prop | ) |
prop | The property to get the value from. |
void nkGraphics::RenderDescriptor::setValue | ( | RENDER_PROPS | prop, |
int | value | ||
) |
prop | The property to set. |
value | The value to set. |
const char* nkGraphics::RenderDescriptor::getAsString | ( | ) |